home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
592b.lha
/
TermII
/
English
/
ARexx Examples
/
test_delay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1991-12-22
|
437b
|
13 lines
/* test_delay.rexx */
/* */
/* Test rexx_delay */
/* */
address TERM
say 'I am a 20 seconds delay'
'rexx_delay' 20
say 'I am now opening the XPR dialog box'
'xpr'
say 'Yes the Rexx program is finished'